'Declaration Public Function New( _
ByVal processingCommandThe processing command.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetThe target.As System.Object, _
ByVal valueThe resulting value.As TValue, _
ByVal ParamArray innerResultsThe inner results.() As Vintasoft.Imaging.Processing.ProcessingResult _
)
public CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand,
System.Object target,
TValue value,
params Vintasoft.Imaging.Processing.ProcessingResult[] innerResults
)
public: CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand,
System.Object target,
TValue* value,
params Vintasoft.Imaging.Processing.ProcessingResult*[]* innerResults
)
public:
CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand,
System.Object target,
TValue^ value,
... array<Vintasoft.Imaging.Processing.ProcessingResult^>^ innerResults
)
Parameters
- processingCommand
- The processing command.
- target
- The target.
- value
- The resulting value.
- innerResults
- The inner results.